runtime.TypeAssertionError.concrete (field)

5 uses

	runtime (current package)
		error.go#L26: 	concrete      *_type
		error.go#L39: 	if e.concrete == nil {
		error.go#L42: 	cs := toRType(e.concrete).string()
		error.go#L47: 			if toRType(e.concrete).pkgpath() != toRType(e.asserted).pkgpath() {
		iface.go#L102: 	panic(&TypeAssertionError{concrete: typ, asserted: &inter.Type, missingMethod: itabInit(m, false)})